1m Divergence Radar v.1 === Version 1 Beta, Revision 400 ===
=== Divergence Radar ===
=== Jason Tang ===
DESCRIPTION:
This script monitors several other indicators in the background, and when it detects certain combinations that indicate bullish or bearish divergences, it will create a buy or sell signal and shade the background green or red.
The indicators that this script monitors:
- 1m, 3m, 5m MACDS
- Higher Lows (Bullish Divergence) on the 3m and 5m MACD
- Lower Highs (Bearish Divergence) on the 3m and 5m MACD
- Lower Highs on the 3m and 5m DMI for buying strength (Bearish Divergence)
- Lower Highs on the 3m and 5m DMI for selling strength (Bullish Divergence)
- The 1m and 3m Keltner channel (shown as orange backgrounds only), to detect extremes in price.
The indicator will also watch for "squeeze" or "crash" conditions, at which time it will avoid sending a sell or buy signal. I have had many frustrations from shorting into a squeeze, and coded in a "don't catch the knife" safety mechanism.
To see these internal calculations, you can go to settings and check "Show Internals". Then you can check the Style tab for a label for each internal indicator.
WHY I MADE THIS:
I often watch multiple timeframes while day trading and it can be a mentally difficult task to keep track of all of the indicators on each timeframe. 1m, 3m, 5m, price candles, MACD, DMI, and more. This indicator is meant to "offload" much of the routine mental calculation like "Is there a MACD divergence on this timeframe?". It also provides me a way to visually backtest the strength of combinations of divergences. This is an ongoing project.
USAGE:
- This indicator should mainly be used on the 1m ES chart. It is meant to assist me with day trading the ES futures contract.
- Please keep in mind this is a BETA script and is in ongoing development. I tune it almost every day or week and will update it on a regular basis.
- The "buy" and "sell" zones this indicator shows are COUNTER-TREND indicators. Please keep that in mind.
- If price is RISING into a RED background, I would consider selling, if my other systems agree and if I find the risk/reward acceptable.
- If price is FALLING into a GREEN background, I would consider buying, if my other systems agree and if I find the risk/reward acceptable.
A dim RED background:
- The presence of lower highs on the 3m MACD, 5m MACD, 3m DMI Buying Strength, or 5m DMI Buying Strength
A bright RED background:
- An extremely overdone price move that is also showing some divergences. My best effort at algorithmically detecting a place to sell.
A dim GREEN background:
- The presence of higher lows on the 3m MACD, 5m MACD
- The presence of lower highs on the 3m DMI Selling Strength, or 5m DMI Selling Strength.
A bright GREEN background:
- An extremely oversold price that is also showing some divergences. My best effort at algorithmically detecting a place a buy.
A bright green dot above price (if Show Internals is checked):
- A SQUEEZE signal that cuts off any sell signal. In these conditions technical indicators do not seem to matter as forced buyers are dominating the price action. Do not be tempted to short the rip.
A bright red dot below price (if Show Internals is checked):
- A CRASH signal that cuts off any buy signal. In these conditions technical indicators do not seem to matter as forced sellers are dominating the price action. Do not be tempted to catch the knife.
Komut dosyalarını "macd divergence" için ara
BUY & SELL VOLUME PRESSURE by @XeL_ArjonaBUY & SELL PRICE TO VOLUME PRESSURE
By Ricardo M Arjona @XeL_Arjona
DISCLAIMER:
The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets.
The embedded code and ideas within this work are FREELY AND PUBLICLY available on the Web for NON LUCRATIVE ACTIVITIES and must remain as is.
Pine Script code MOD's and adaptations by @XeL_Arjona with special mention in regard of:
Buy (Bull) and Sell (Bear) "Power Balance Algorithm" by: Stocks & Commodities V. 21:10 (68-72): "Bull And Bear Balance Indicator by Vadim Gimelfarb"
Normalisation (Filter) from Karthik Marar's VSA work: karthikmarar.blogspot.mx
Buy to Sell Convergence / Divergence and Volume Pressure Counterforce Histogram Ideas by: @XeL_Arjona
WHAT IS THIS?
The following indicators try to acknowledge in a K-I-S-S approach to the eye (Keep-It-Simple-Stupid), the two most important aspects of nearly every trading vehicle: -- PRICE ACTION IN RELATION BY IT'S VOLUME --
Volume Pressure Histogram: Columns plotted in positive are considered the dominant Volume Force for the given period. All "negative" columns represents the counterforce Vol.Press against the dominant.
Buy to Sell Convergence / Divergence: It's a simple adaptation of the popular "Price Percentage Oscillator" or MACD but taking Buying Pressure against Selling Pressure Averages, so given a Positive oscillator reading (>0) represents Bullish dominant Trend and a Negative reading (<0) a Bearish dominant Trend. Histogram is the diff between RAW Volume Pressures Convergence/Divergence minus Normalised ones (Signal) which helps as a confirmation.
Volume bars are by default plotted from RAW Volume Pressure algorithms, but they can be as well filtered with Karthik Marar's approach against a "Total Volume Average" in favor to clean day to day noise like HFT.
ALL NEW IDEAS OR MODIFICATIONS to these indicators are Welcome in favor to deploy a better and more accurate readings. I will be very glad to be notified at Twitter: @XeL_Arjona
Any important addition to this work MUST REMAIN PUBLIC by means of CreativeCommons CC & TradingView. -- 2015
Market Analysis Assistant This indicator uniquely maps and interprets key market conditions using Moving Averages, MACD, RSI, and Bollinger Bands. Unlike traditional indicators that only display visual signals, this tool provides written analysis directly on your chart as soon as specific conditions are met. This feature makes it easier to understand the market’s current state and anticipate potential moves.
Why Moving Averages? Moving Averages are essential for identifying the overall trend of the market. By analyzing the 200, 20, and 9-period Moving Averages, this indicator helps traders quickly determine whether the market is in an uptrend, downtrend, or sideways phase. The integration of multiple averages offers a comprehensive view, allowing for more accurate trend identification.
Why MACD? The MACD is a powerful tool for spotting trend reversals and momentum shifts. By monitoring MACD crossovers, divergences, and the position of the MACD line relative to the zero line, this indicator helps you identify potential changes in the trend direction before they fully develop, giving you a critical edge.
Why RSI? RSI is crucial for understanding the market's overbought and oversold conditions. By tracking RSI levels and its crossover with its moving average, this indicator provides early warnings for potential trend reversals or continuations, helping you time your entries and exits more effectively.
Why Bollinger Bands? Bollinger Bands are used to measure market volatility and identify breakout opportunities. By analyzing the price’s relationship with the upper and lower bands, this indicator helps traders spot potential overbought or oversold conditions, as well as possible breakout scenarios, offering a clear view of market dynamics.
Trend Identification (getTrend()): Detects whether the market is in an uptrend, downtrend, or sideways phase by analyzing the position of the price relative to the 200, 20, and 9-period moving averages.
MACD Analysis (analyzeMACD()): Identifies potential trend reversals or continuations through MACD divergence, crossovers, and the MACD signal line's position relative to the zero line.
RSI Monitoring (analyzeRSI()): Detects overbought and oversold conditions and anticipates trend continuation or corrections based on RSI crossings with its moving average.
Trap Zone Detection (analyzeTrapZone()): Highlights areas of potential price consolidation between the 20 and 200-period moving averages, indicating possible breakouts.
Bollinger Bands Analysis (analyzeBollingerBands()): Analyzes the price’s relationship with Bollinger Bands to identify overbought/oversold conditions, breakouts, and potential trend continuations or correction.
Fibonacci retracement will also check the moment the price tests a monthly or daily weekly Fibonacci retracement
What Makes This Indicator Unique?
This indicator stands out by transforming complex technical analysis into clear, written insights directly on your chart. As soon as specific conditions are met—such as a MACD crossover or an RSI overbought/oversold level—this tool immediately displays a written summary of the event, helping traders to quickly understand and act on market developments.
How to Use My Indicator:
The indicator is designed to provide detailed, real-time market condition analysis using Moving Averages, MACD, RSI, and Bollinger Bands. When certain market conditions are met, such as the price testing a specific moving average or the MACD indicating a potential reversal, the indicator displays this information in written form directly on the chart, in both English and Portuguese.
How to Interpret the Displayed Information:
The information displayed by the indicator can be used for:
Identifying Support and Resistance: The indicator can help identify when the price is testing an important support or resistance level, such as a moving average or a Fibonacci level, allowing the user to decide whether to enter or exit a position.
Trend Detection: If the indicator shows that the price is above the 200, 20, and 9-period moving averages, this may be a sign of an uptrend, indicating that the user should consider maintaining or opening buy positions.
Correction Signals: When the MACD indicates a potential correction, the user may decide to protect their profits by adjusting stops or even exiting the position to avoid losses.
Identifying Overbought/Oversold Conditions: Based on the RSI, the indicator can alert to overbought or oversold conditions, helping the user avoid entering a trade at an unfavorable time.
Example of Use:
the indicator shows several important pieces of information, such as:
"US100 Price is at the 50.0% Fibonacci level (Last Monthly)."
This suggests that the price is testing a significant Fibonacci level, which could be a point of reversal or continuation. A trader can use this information to adjust their entry or exit strategy.
"DXY RSI below 30: Indication of oversold condition"
This indicates that the DXY is in an oversold condition, which might suggest an upcoming bullish reversal. A trader could consider this when trading DXY-related assets.
"Bullish Trend: Price is above the 200, 20, and 9-period moving averages."
This confirms an uptrend, giving the user more confidence to hold long positions.
Availability:
This indicator is available in two languages: English and Portuguese. It is ideal for traders who prefer analysis in English as well as those who prefer it in Portuguese, making it a versatile and accessible tool for traders from different backgrounds
Este indicador mapeia e interpreta de forma única as principais condições de mercado utilizando Médias Móveis, MACD, RSI e Bandas de Bollinger. Ao contrário dos indicadores tradicionais que apenas exibem sinais visuais, esta ferramenta oferece uma análise escrita diretamente no seu gráfico assim que determinadas condições são atendidas. Isso facilita o entendimento do estado atual do mercado e a antecipação de possíveis movimentos.
Por que Médias Móveis? As Médias Móveis são essenciais para identificar a tendência geral do mercado. Ao analisar as Médias Móveis de 200, 20 e 9 períodos, este indicador ajuda os traders a determinarem rapidamente se o mercado está em tendência de alta, baixa ou em fase lateral. A integração de múltiplas médias oferece uma visão abrangente, permitindo uma identificação mais precisa das tendências.
Por que MACD? O MACD é uma ferramenta poderosa para identificar reversões de tendência e mudanças de momentum. Monitorando os cruzamentos do MACD, divergências e a posição da linha MACD em relação à linha zero, este indicador ajuda você a identificar possíveis mudanças na direção da tendência antes que elas se desenvolvam completamente, dando-lhe uma vantagem crítica.
Por que RSI? O RSI é crucial para entender as condições de sobrecompra e sobrevenda do mercado. Acompanhando os níveis do RSI e seu cruzamento com sua média móvel, este indicador fornece avisos antecipados para possíveis reversões ou continuações de tendência, ajudando você a cronometrar suas entradas e saídas de forma mais eficaz.
Por que Bandas de Bollinger? As Bandas de Bollinger são usadas para medir a volatilidade do mercado e identificar oportunidades de rompimento. Ao analisar a relação do preço com as bandas superior e inferior, este indicador ajuda os traders a identificar condições de sobrecompra ou sobrevenda, bem como possíveis cenários de rompimento, oferecendo uma visão clara da dinâmica do mercado.
Identificação de Tendências (getTrend()): Detecta se o mercado está em tendência de alta, baixa ou em fase lateral, analisando a posição do preço em relação às médias móveis de 200, 20 e 9 períodos.
Análise de MACD (analyzeMACD()): Identifica possíveis reversões ou continuações de tendência através de divergências do MACD, cruzamentos, e a posição da linha de sinal do MACD em relação à linha zero.
Monitoramento do RSI (analyzeRSI()): Detecta condições de sobrecompra e sobrevenda e antecipa a continuação da tendência ou correções com base nos cruzamentos do RSI com sua média móvel.
Detecção de Zona de Armadilha (analyzeTrapZone()): Destaca áreas de possível consolidação de preços entre as médias móveis de 20 e 200 períodos, indicando possíveis rompimentos.
Análise das Bandas de Bollinger (analyzeBollingerBands()): Analisa a relação do preço com as Bandas de Bollinger para identificar condições de sobrecompra/sobrevenda, rompimentos e possíveis continuações de tendência ou correção.
A retração de Fibonacci também verificará o momento em que o preço testa uma retração de Fibonacci semanal mensal ou diária
O que Torna Este Indicador Único?
Este indicador se destaca por transformar análises técnicas complexas em insights escritos claros diretamente no seu gráfico. Assim que condições específicas são atendidas—como um cruzamento do MACD ou um nível de sobrecompra/sobrevenda do RSI—esta ferramenta exibe imediatamente um resumo escrito do evento, ajudando os traders a entenderem e agirem rapidamente sobre as mudanças do mercado.
Como Utilizar o Meu Indicador:
O indicador foi desenvolvido para oferecer uma análise detalhada e em tempo real das condições de mercado, utilizando os conceitos de Médias Móveis, MACD, RSI e Bandas de Bollinger. Quando certas condições de mercado são atingidas, como o preço testando uma média móvel específica ou o MACD indicando uma possível reversão, o indicador exibe essas informações de forma escrita diretamente no gráfico, em inglês e português.
Como Interpretar as Informações Exibidas:
As informações exibidas pelo indicador podem ser usadas para:
Identificação de Suportes e Resistências: O indicador pode ajudar a identificar quando o preço está testando um nível de suporte ou resistência importante, como uma média móvel ou um nível de Fibonacci, permitindo ao usuário decidir se deve entrar ou sair de uma posição.
Detecção de Tendências: Se o indicador mostra que o preço está acima das médias móveis de 200, 20 e 9 períodos, isso pode ser um sinal de uma tendência de alta, indicando que o usuário deve considerar manter ou abrir posições de compra.
Sinais de Correção: Quando o MACD indica uma possível correção, o usuário pode decidir proteger seus lucros ajustando os stops ou até mesmo saindo da posição para evitar perdas.
Identificação de Condições de Sobrecompra/Sobrevenda: Com base no RSI, o indicador pode alertar sobre condições de sobrecompra ou sobrevenda, ajudando o usuário a evitar entrar em uma operação em um momento desfavorável.
Exemplo de Utilização:
o indicador mostra várias informações importantes, como:
"O preço do US100 está no nível de Fibonacci de 50,0% (mês passado)."
Isso sugere que o preço está testando um nível significativo de Fibonacci, o que pode ser um ponto de reversão ou continuação. Um trader pode usar essa informação para ajustar sua estratégia de entrada ou saída.
DXY RSI abaixo de 30: Indicação de condição de sobrevenda"
Isso indica que o DXY está em uma condição de sobrevenda, o que pode sugerir uma reversão de alta em breve. Um trader pode considerar isso ao fazer operações relacionadas ao DXY.
"Tendência de alta: o preço está acima das médias móveis de 200, 20 e 9 períodos."
Isso confirma uma tendência de alta, dando ao usuário mais confiança para manter posições longas.
Disponibilidade:
Este indicador está disponível em dois idiomas: inglês e português. Ele é ideal tanto para traders que preferem análises em inglês quanto para aqueles que preferem em português. Isso o torna uma ferramenta versátil e acessível para traders de diferentes origens.
CCI Extreme and OBV DivergenceThis is my second set of two indicators combined utilize Multi time frame analysis of 5 minutes and 15 minutes.
CCI:
Green = uptrending
Red = downtrending
Bright Green = overbought, look to go SHORT
Bright Red = oversold, look to go LONG
OBV:
this use to predict the market direction buy drawing trend line.
It is also very good indicator to sport Smart Money moment. When price move higher but OBV trend lower, smart money is taking profit and reversing their position, look to go Short to you spot this type of divergence.
Also else already not there is no holy grail indicator so I also use this set of indicator to improve the signal
TDMACD Divergence Multi Timeframe and Alert [5ema]I reused some functions, made by (i believe that):
@paaax: The table position function.
@everget: The RSI divergence function.
@QuantNomad: The function calculated value and array to show on table for input symbols.
@ChaosTrader: The function calculated value TDMACD.
-----
What to do?
MACD divergence signal.
The crossing of MACD and Signal line.
The reversal of MACD.
The reversal of Signal line.
The screener follow 6 different timeframes.
Set notification alert when signal appears.
-----
How is it created?
MACD line = fastMA - slowMA.
Signal line = ta.ema(macd(), signalLength)
Make function for pivot low & high point of MACD and price.
Request.security that function for earch time frame.
-----
How to use?
Can be combined with many other indicators or candlestick patterns.
Customize the input indicators to suit your strategy
1. MACD reversed:
2. Signal line reversed:
3. MACD Divergence :
4. MACD crossing Signal line:
5. Signal on Screener for multi time frame:
Green ⦿: Buy.
Red ⦿: Sell.
Green 〇: Review Buy.
Red 〇: Review Sell.
-----
This indicator is for reference only, you need your own method and strategy.
If you have any questions, please let me know in the comments.
MACD histogram divergence by Rexio v1Hi everyone!
I wrote this indicator for intraday trading and it cannot be use only by itself you need to at least draw some S/R lines to make it useful. It is based at MACD histogram and gives signal when it sees divergence on MACD's Histogram when macd's histogram switchs trend. Im using it to playing with a trend most of the time looking. It highlights candles which can give good singnals to play with a trend (its based on ema200 and RSI overbought and oversold zones).
Im not a computer programist nor professional trader so it is only for educational purposes only.
Willams %R extreme and MACD DivergenceThis is two different indicators combine into one.
First is the two different period of Williams% 5 mins and 15 mins.
Second is the MACD line of 5 mins chart.
Both will be primarily use on the 5 mins chart, you can use on another time frame if you wish
Williams %:
green = uptrending
red = downtrending
Bright green: overbought condition, look to Short at the end of the signal
Bright Red: oversold condition, look to Long at the end of the signal
MACD:
I also added the MACD line which you can use for divergence
when price move higher and MACD is moving down, expecting price to drop sometime soon or vice versa. See chart for example.
Open Interest Divergence (OI vs Price)This indicator show having increasing Open Interest but price still move in a range (Open Interest Divergence vs price).
It is same with Divergence of indicators as RSI Divergence, Macd Divergence, .... It is easy to understand.
Additional, with MA line OI, you can see the change of OI.
Volume Cross ━ (For Volume Crop) [whvntr]This fulfills a request from user: iTibu to make an oscillator to go along with one of my indicators named: " Volume Crop ━ Hidden Volume Divergence ". It essentially does the same thing, without the Midline Tool , so you can better understand where the crosses are happening. Again, the hidden MACD Divergence circles formula originated from TheLark. I converted these values to volume instead of price.
Disclaimer: using this indicator, or any indicator anywhere, involves risk when trading and isn't a guarantee of 100% accurate results.
Crypto EMA 60/20Intended for use with Cryptocurrency Markets on the 12 hour time frame, the 60/20 exponential moving average frequency has proven successful for identifying trend bottom formations and for verifying head and shoulders top formations.
Combine the Crypto EMA 60/20 with classical RSI and MACD divergences to help verify impending reversals.
Useful for identifying trend changes in the frequency of four to six month price trends followed by a four to six week reversal, as historically found in cryptocurrency bull and bear markets.
This signal gets noisy if prices trend sideways for more than 30 days - consult daily views.
SQueezeVergenceThis is my SQueezeVergence indicator. It fires Buy and Sell signals based on squeeze momentum and trend. **It also creates Bull and Bear signals based on MACD divergence which should only be used as areas of support and resistance being as these signals repaint based on a 5 candle look back of pivots.** All settings are editable for better use. The default settings are what I use on the 1 Minute chart of ES to scalp. This is a simple indicator to help me get alerts on when I need to scalp. The divergence signals work well for areas of significance. I like to watch for breaks of these levels along with support and resistance. I hope this helps.
MACD+STOCHASTICA simple strategy that use MACD and STOCHASTIC to give buy/sell signal. Use fractals to put stop loss